1.Generics allow you to define type - safe classes without compromising type safety , performance, or productivity .
通过泛型可以定义类型安全类,而不会损害类型安全、性能或工作效率。
2.Generics allow you to define type-safe data structures, without committing to actual data types.
通过泛型可以定义类型安全的数据结构,而无须使用实际的数据类型。
3.Describes how generics allow you to define type- safe collection classes .
介绍如何通过泛型定义类型安全的集合类。
4.You must manually define type libraries containing variable-length arrays, as shown in the following example.
必须手动定义包含可变长度数组的类型库,如下面的示例中所示。
5.If you have defined a class or structure, you can define type conversion operators between String and the type of your class or structure.
如果您定义了类或结构,可以定义String与您的类或结构的类型之间的类型转换运算符。